home *** CD-ROM | disk | FTP | other *** search
/ MacHome 2001 January / MacHome Magazine Demo Disc January 2001.iso / mac / Software / Networking / InterMapper 3.0 - PPC.sea / InterMapper 3.0 - PPC / InterMapper™ 3.0-PPC / InterMapper™ 3.0-PPC.rsrc / PrTy_148_com.dartware.tcp.filemaker < prev    next >
Encoding:
Text File  |  2000-07-24  |  636 b   |  36 lines

  1. <!-- 
  2.     FileMaker PRO Database Server (com.dartware.tcp.filemaker)
  3.     Copyright © 2000 Dartware, LLC. All rights reserved.
  4. -->
  5.  
  6. <header>
  7.     type            =     "tcp-script"
  8.     package            =     "com.dartware"
  9.     probe_name        =    "tcp.filemaker"
  10.     human_name        =    "FileMaker PRO"
  11.     version            =     "1.1"
  12.     address_type    =     "IP"
  13.     port_number        =    "5003"
  14. </header>
  15.  
  16. <description>
  17.  
  18. ≤GB≥FileMaker PRO Server Probe≤P≥
  19.  
  20. The FileMaker Pro database server listens on port 5003. This probe attempts to connect and exits with OKAY status if it succeeds.
  21.  
  22. </description>
  23.  
  24. <parameters>
  25.  
  26. -- No parameters.
  27.  
  28. </parameters>
  29.  
  30. <script>
  31.  
  32. CONN #60 (connect timeout in secs)
  33. DONE OKAY
  34.  
  35. </script>
  36.